home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
hc
/
spread_c.sit
/
Spreadsheet Construction Set
/
card_5156.txt
< prev
next >
Wrap
Text File
|
1988-11-11
|
4KB
|
182 lines
-- card: 5156 from stack: in
-- bmap block id: 3174
-- flags: 0000
-- background id: 2582
-- name:
-- part 4 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=412 top=50 right=62 bottom=484
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: C1=A1*B1
----- HyperTalk script -----
on mouseUp
set numberFormat to "#.00"
put field "a1" * field "b1" into field "c1"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=412 top=68 right=82 bottom=483
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: C2=A1╓B1
----- HyperTalk script -----
on mouseUp
set numberFormat to "#.00"
put field "a1" / field "b1" into field "C2"
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=317 top=117 right=129 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: C5=A5 div. by B5 & truncate
----- HyperTalk script -----
on mouseUp
set numberFormat to "#.00"
put field "a5" div field "b5" into field "C5"
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=308 top=131 right=148 bottom=495
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: C6=A5 div. by B5 & truncate
----- HyperTalk script -----
on mouseUp
set numberFormat to "#.00"
put field "a5" mod field "b5" into field "C6"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=404 top=164 right=179 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Absolute value
----- HyperTalk script -----
on mouseUp
set numberFormat to "#.00"
put abs (field "a8") into field "b8"
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=406 top=227 right=240 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Future value
----- HyperTalk script -----
on mouseUp
set numberFormat to "#.00"
put (compound (field "a12", field "b12")) * field "c12" into field "d12"
end mouseUp
-- part contents for background part 4
----- text -----
4
-- part contents for background part 21
----- text -----
36
-- part contents for background part 38
----- text -----
144.00
-- part contents for background part 39
----- text -----
.11
-- part contents for background part 8
----- text -----
13
-- part contents for background part 25
----- text -----
4
-- part contents for background part 42
----- text -----
3.00
-- part contents for background part 43
----- text -----
1.00
-- part contents for background part 11
----- text -----
-234.56
-- part contents for background part 28
----- text -----
234.56
-- part contents for background part 66
----- text -----
5743.49
-- part contents for background part 15
----- text -----
.06
-- part contents for background part 32
----- text -----
30
-- part contents for background part 49
----- text -----
1000.00